home *** CD-ROM | disk | FTP | other *** search
/ Game One! / GameOne!.iso / GameOne!.exe / scripts / DefineButton2_25 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-05-15  |  226 b   |  4 lines

  1. on(press){
  2.    startDrag(this,0,getProperty("../track", _X) - getProperty("../track", _width) / 2,getProperty("../track", _Y),getProperty("../track", _X) + getProperty("../track", _width) / 2,getProperty("../track", _Y));
  3. }
  4.